ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ScatterMapLayer<T> Class
Members

In This Topic
    ScatterMapLayer<T> Class
    In This Topic
    Represents scatter map layer.
    Object Model
    ScatterMapLayer<T> Class
    Syntax
    'Declaration
     
    Public Class ScatterMapLayer(Of T) 
       Inherits ExtraMapLayer(Of T)
    public class ScatterMapLayer<T> : ExtraMapLayer<T> 
    Type Parameters
    T
    Remarks
    The data for ScatterMapLayer is a collection of points in geographical coordinates.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.MapLayerBase<T>
          C1.Web.Mvc.ExtraMapLayer<T>
             C1.Web.Mvc.ScatterMapLayer<T>

    See Also